home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / det < prev    next >
Text File  |  1994-02-21  |  228b  |  13 lines

  1. det:
  2.  
  3. Syntax: det ( A )
  4.  
  5. Description:
  6.  
  7.     Det computes the determinant of the matrix argument.
  8.  
  9.     Det uses the LAPACK functions to factor the input, and the
  10.     LINPACK algorithm to calculate the determinant.
  11.  
  12. See Also inv, lu, rcond
  13.